home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
bison
/
bisn119s.zoo
/
system.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-02
|
349 b
|
22 lines
#ifdef atarist
#include <stdlib.h>
#include <unistd.h>
#include <memory.h>
#include <string.h>
#endif
#ifdef MSDOS
#include <stdlib.h>
#include <io.h>
#endif /* MSDOS */
#if defined(USG) || defined(VMS)
#include <string.h>
#else /* not USG */
#ifdef MSDOS
#include <string.h>
#else
#include <strings.h>
#endif /* not MSDOS */
#endif /* not USG */